runtime.mcentral.fullUnswept (method)

4 uses

	runtime (current package)
		mcentral.go#L70: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
		mcentral.go#L139: 			s = c.fullUnswept(sg).pop()
		mgcsweep.go#L106: 			s = c.fullUnswept(sg).pop()
		mgcsweep.go#L260: 		c.fullUnswept(sg).reset()